﻿@charset "utf-8";

/*黑白*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/* GYF 12-1 index 开始 */
.Review{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.Review img{
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -8%;
    bottom: 0px;
}
.mair{
    width: 70%;
    height: 57%;
    background: rgba(255,255,255,0.7);
    border-radius: 25px;
    position: absolute;
    top: 16.5%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e6e6e6;
    padding: 1.7% 2%;
}
/* 分頁内容 */
.mair_ul{
    width: 100%;
    height: 100%;
}
.mair_ul li{
    width: 19%;
    height: 15%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-right: 8%;
}
.mair_ul li:nth-child(4n){
    margin-right: 0px;
}
.mair_ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 4;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #c20000;
    overflow: hidden;
}
.mair_ul li:hover{
    background-color: #c20000 !important;
}
.mair_ul li:hover a{
    color: #ffffff !important;
}
.active{
    background-color: #c20000 !important;
}
.active a{
    color: #ffffff !important;
}
/* 分頁按鈕 */
.limit{
    position: absolute;
    right: 15px;
    bottom: -45px;
    align-items: flex-end;
}
.limit li{
    width: 25px;
    height: 25px;
    background-color: #eaeaea;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    margin-right: 8px;
}
.limit li:last-child{
    margin-right: 0px;
}
.limit li a{
    color: #000;
}

.limitIdx a{
    color: #000 !important;
}
/* 底部 */
.footer{
    width: 100%;
    height: 19%;
    background-color: #ae1814;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.w{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.ptex{
    width: 100%;
}
.mar{
    margin: 0px 13px;
}
.zrpi .mar02{
    margin-right: 20px;
}
.zrpi .mar03{
    margin-right: 30px;
}
.gaw::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../images/jh1.png) no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: bottom;
    margin-right: 12px;
    margin-left: 20px;
}
.jh{
    width: 100%;
    height: 40px;
    margin-top: 6px;
    position: relative;
}
.jh img{
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.limit a:hover, .limit a.on {
    background-color: #c20000;
    color: #fff;
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.limit a{
	width: 26px;
    height: 26px;
    display: block;
    color: #000;
    background-color: #eaeaea;
    line-height: 26px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-size: 13px;
}